home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Winter Shell 1.0d2 / Source / Libraries / SegmentLib / SegmentLib.h < prev   
Encoding:
C/C++ Source or Header  |  1994-01-05  |  140 b   |  6 lines  |  [TEXT/KAHL]

  1. #pragma once
  2. Boolean SegmentsUnloadEnable(Boolean enable);
  3. void SegmentsUnload(void);
  4. void SegmentLoad(void *fun);
  5. void SegmentsInit(void);
  6.